JavaScript

{dialog.object}_getListForDetailViewControl Method

Syntax

{dialog.object}._getListForDetailViewControl(colName);

Arguments

colNamestring

Name of column in List.

Description

Returns the name of the List control for the specified column name if the column is referenced in a Detail View.

Example

var listName = {dialog.object}._getListForDetailViewControl('state');

See Also